'Deklaration
Protected Overridable Sub OnCollectionChanged( _ ByVal args As System.Collections.Specialized.NotifyCollectionChangedEventArgs _ )
'Usage
Dim instance As ObservableDictionary(Of TKey,TValue) Dim args As System.Collections.Specialized.NotifyCollectionChangedEventArgs instance.OnCollectionChanged(args)
protected virtual void OnCollectionChanged( System.Collections.Specialized.NotifyCollectionChangedEventArgs args )
Parameter
- args